Quiz Show
---------------------
0x100 - Player
0 - Rests Hands on the Buttons
1 - Ready for Pressing
2 - Face (Normal)
3 - Face (Happy)
4 - Face (Sad)

0x101 - Host
0 - Rests Hands on the Buttons
1 - Ready for Pressing
2 - Press A
3 - Press +
4 - Face (Normal)
5 - Face (Happy)
6 - Face (Sad)

0x102 - Counter
0 - Reset (00)
1 - Hide Host's Counter (??)
2 - Reveal Host's Counter
3 - Set condvar to 1 if the counters match

0x103 X - Spotlight
0 - Disable
1 - Enable

0x104 X - Timer
0 - Disable
1 - Enable
0x104<1> X - Set timer for X ticks (Used values: 0x180, 0x300, 0x3C0)

0x105 - Scoring
0 - Record Player Inputs
1 - Record Host's Inputs
2 - Stop Recording
0x105<3> X - Add points (from 0 to X) depending on performance (Used values: 0, 0x1E, 0x23)
Note that in regular use, the scores are spread out to a sum of 100, but it is not capped.

0x106 - Skill Star
0 - Loads rating text(?)
1 - Set condvar to 1 if Player reached 90 points

0x107 - ??? Used in sub58 when losing the game
---------------------
Subs:
0x56 - Host's Turn
0x57 - Host's Turn Ends, Player's Turn
0x58 - Player's Turn Ends
0x59 - Question 1 (3 Hits)
0x5A - Question 2 (6 Hits)
0x5B - Question 3 (13 Hits)
0x5C - Question 4 (18 Hits)
0x5D - Question 5 (28 Hits)
0x5E - Question 6 (43 Hits)
0x5F - Unused Question (36 Hits) ("Shave and a Haircut")
0x60 - Unused Question (11 Hits) ("I'm a Little Teapot")
0x61 - Unused Question (16 Hits) ("I'm a Little Teapot")
0x62 - Unused Question (27 Hits) ("Pop Goes the Weasel")
0x63 - Unused Question (30 Hits) ("Pop Goes the Weasel")
0x64 - Unused Question (35 Hits) (Harder version of default questions)
0x65 - 0, 1 or 2 Random Button Presses at the end of Questions 4, 5 and 6
0x66 - Quiz Show (Real Game)
0x67 - Quiz Show (Practice)
0x68 - Quiz Show (Skipped Practice)